home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Art of Illusion / ArtOfIllusion281-Windows.exe / res / ProcessPanel.Spec.xml < prev    next >
Encoding:
Text File  |  2010-01-03  |  576 b   |  23 lines

  1. <processing>
  2.   <job name="JMF">
  3.     <os family="unix" /> 
  4.     <executefile name="$INSTALL_PATH/utils/jmf-install.sh">
  5.     <arg>$INSTALL_PATH</arg>
  6.     <arg>$jmf_file</arg>
  7.         </executefile>
  8.   </job>
  9.   <job name="Cleanup_unix">
  10.         <os family="unix" /> 
  11.     <executefile name="$INSTALL_PATH/utils/cleanup.sh">
  12.       <arg>$INSTALL_PATH</arg>
  13.     </executefile>
  14.   </job>
  15.   <job name="Cleanup_windows">
  16.         <os family="windows" /> 
  17.     <executefile name="$INSTALL_PATH/cleanup.bat">
  18.       <arg>$INSTALL_PATH</arg>
  19.     </executefile>
  20.   </job>
  21.  
  22. </processing>
  23.